Delete Product Profile
Product Profiles
Delete Product Profile
Deletes a Product Profile. Returns 422 with used_by.slotting_rules,
used_by.replenishment_policies, and used_by.handling_classes counts while any dependency exists.
On success, the endpoint returns 200 OK with an empty response body.
DELETE
Delete Product Profile
Authorizations
Generate a JWT access token through a Custom Global Integration and provide it with each request in the Authorization header prefixed with "Bearer" and then a single space.
Path Parameters
Product Profile ID.
Required range:
x >= 1Example:
26
Response
OK - The operation completed successfully and there is no response body.